object FingerForm: TFingerForm Left = 256 Top = 205 Width = 470 Height = 262 Caption = 'AtlantisFinger' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 462 Height = 231 Align = alClient BevelOuter = bvLowered TabOrder = 0 object Panel2: TPanel Left = 1 Top = 1 Width = 362 Height = 210 Align = alClient TabOrder = 0 object Panel6: TPanel Left = 1 Top = 194 Width = 360 Height = 15 Align = alBottom BevelOuter = bvNone TabOrder = 0 end object Panel7: TPanel Left = 1 Top = 1 Width = 360 Height = 15 Align = alTop BevelOuter = bvNone TabOrder = 1 end object Panel4: TPanel Left = 1 Top = 16 Width = 360 Height = 38 Align = alTop BevelOuter = bvNone TabOrder = 2 object Edit1: TEdit Left = 2 Top = 6 Width = 358 Height = 23 Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False TabOrder = 0 Text = '@mail.clara.net' OnKeyDown = Edit1KeyDown end end object Panel5: TPanel Left = 1 Top = 54 Width = 360 Height = 140 Align = alClient BevelOuter = bvNone Caption = 'Panel5' TabOrder = 3 object Memo1: TMemo Left = 0 Top = 0 Width = 360 Height = 140 Align = alClient Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 0 end end end object StatusBar1: TStatusBar Left = 1 Top = 211 Width = 460 Height = 19 Panels = <> SimplePanel = True end object Panel3: TPanel Left = 363 Top = 1 Width = 98 Height = 210 Align = alRight TabOrder = 2 object FingerButton: TButton Left = 13 Top = 14 Width = 75 Height = 23 Caption = 'Finger' TabOrder = 0 OnClick = FingerButtonClick end object CancelButton: TButton Left = 12 Top = 52 Width = 75 Height = 23 Caption = 'Cancel' TabOrder = 1 OnClick = CancelButtonClick end end end end